home *** CD-ROM | disk | FTP | other *** search
- //
- // MiscString_ExtendedParsing.h -- substrings with token elimiters
- // Written by Thomas Engel Copyright (c) 1994 by Thomas Engel.
- // Version 1.00. All rights reserved.
- // This notice may not be removed from this source code.
- //
- // This object is included in the MiscKit by permission from the author
- // and its use is governed by the MiscKit license, found in the file
- // "LICENSE.rtf" in the MiscKit distribution. Please refer to that file
- // for a list of all applicable permissions and restrictions.
- //
-
- #ifndef _MISCSTRING_H
- #import <misckit/MiscString.h>
- #endif _MISCSTRING_H
-
- #ifndef _MISCSTRING_EP_H
-
- @interface MiscString(ExtendedParsing)
-
- - substringFromToken:(int)start toToken:(int)end ofList:aList;
-
- @end
-
- #define _MISCSTRING_EP_H
- #endif _MISCSTRING_EP_H
-